ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexPie<T> Class / FlexPie<T> Constructor
The html helper
The selector

In This Topic
    FlexPie<T> Constructor
    In This Topic
    Creates one FlexPie<T> instance.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal helper As IHtmlHelper, _
       Optional ByVal selector As String _
    )
    public FlexPie<T>( 
       IHtmlHelper helper,
       string selector
    )

    Parameters

    helper
    The html helper
    selector
    The selector
    See Also